func math.frexp

2 uses

	math (current package)
		frexp.go#L20: 	return frexp(f)
		frexp.go#L23: func frexp(f float64) (frac float64, exp int) {